bitkeeper revision 1.1108.21.1 (41062740xHG36OEbpVAmVX5N9WCaNw)
authorcl349@freefall.cl.cam.ac.uk <cl349@freefall.cl.cam.ac.uk>
Tue, 27 Jul 2004 09:58:24 +0000 (09:58 +0000)
committercl349@freefall.cl.cam.ac.uk <cl349@freefall.cl.cam.ac.uk>
Tue, 27 Jul 2004 09:58:24 +0000 (09:58 +0000)
make vmlinuz really stripped

linux-2.6.7-xen-sparse/arch/xen/boot/Makefile

index 3bedc11c19ea5de7c7172d2aa1f9566001f26c15..ff37924dd9e9a40610837c10a0577d80c4a824df 100644 (file)
@@ -1,3 +1,8 @@
 
-vmlinuz: vmlinux FORCE
+OBJCOPYFLAGS := -g --strip-unneeded
+
+vmlinuz: vmlinux-stripped FORCE
        $(call if_changed,gzip)
+
+vmlinux-stripped: vmlinux FORCE
+       $(call if_changed,objcopy)